/* Type
----------------------------*/
@import url(css1.css);
/*-------------------------------------
Responsive typography
---------------------------------------*/
@media (max-width: 480px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 21px;
  }
  h5 {
    font-size: 19px;
  }
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 37px;
  }
  h3 {
    font-size: 29px;
  }
  h4 {
    font-size: 23px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 17px;
  }
}
h2,
.h2,
h3,
.h3 {
  margin-bottom: 22px;
}
h1 a,
h2 a,
h3 a,
h4 a {
  color: #176990;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: #1c3857;
}
/* ! General
----------------------------*/
::selection {
  background-color: #68c0ce;
  color: #FCFCFA;
  text-shadow: none;
}
::-moz-selection {
  background-color: #68c0ce;
  color: #FCFCFA;
  text-shadow: none;
}
hr {
  background-color: #f2f0e9;
  height: 2px;
  border: 0;
  background-image: url(../image/line.png);
}
.page-header {
  border-width: 0 0 2px 0;
  border-image: url(../image/line.png) 2 2 2 2 repeat;
}
.page-header .small,
.page-header small {
  padding-left: .5em;
  display: inline-block;
}
.text-muted {
  opacity: .8;
}
/* Common styles
*/
.btn {
  font-family: Prata, "Bodoni MT", Didot, "Didot LT STD", "Book Antiqua", Georgia, serif;
  border: 4px solid transparent;
  border-image: url(../image/btn_border.png) 8 8 8 8 repeat;
  background-repeat: repeat !important;
  background-position: -5px -5px;
}
.btn:hover,
.btn:focus {
  background-position: 0 -15px;
  border-color: transparent;
  color: #fff;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn.disabled,
.btn:disabled,
.btn[disabled] {
  opacity: .65;
}
.btn .badge {
  text-shadow: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #E6E1DC 0%, #ccc2b8 100%);
  background-image: -o-linear-gradient(top, #E6E1DC 0%, #ccc2b8 100%);
  background-image: linear-gradient(to bottom, #E6E1DC 0%, #ccc2b8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e1dc', endColorstr='#ffccc2b8', GradientType=0);
  background-image: url("../image/bg_beige.jpeg");
  color: #FCFCFA;
  text-shadow: 0px 0px 5px #d1c7be;
  text-shadow: 0px 0px 5px #FCFCFA;
  color: #1c3857;
}
.btn-default:hover,
.btn-default:focus {
  text-shadow: 0px 0px 5px #bbaea1;
}
.btn-default:active,
.btn-default.active {
  background-color: #E6E1DC;
}
.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
  color: #bbaea1;
  text-shadow: 0px 0px 5px #FCFCFA;
}
.btn-default:hover {
  color: #176990;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #28a6bb 0%, #1d7989 100%);
  background-image: -o-linear-gradient(top, #28a6bb 0%, #1d7989 100%);
  background-image: linear-gradient(to bottom, #28a6bb 0%, #1d7989 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff28a6bb', endColorstr='#ff1d7989', GradientType=0);
  background-image: url("../image/bg_teal.jpeg");
  color: #FCFCFA;
  text-shadow: 0px 0px 5px #1f8191;
}
.btn-primary:hover,
.btn-primary:focus {
  text-shadow: 0px 0px 5px #165b67;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #28a6bb;
}
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
  color: #165b67;
  text-shadow: 0px 0px 5px #FCFCFA;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #689e4a 0%, #4d7436 100%);
  background-image: -o-linear-gradient(top, #689e4a 0%, #4d7436 100%);
  background-image: linear-gradient(to bottom, #689e4a 0%, #4d7436 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff689e4a', endColorstr='#ff4d7436', GradientType=0);
  background-image: url("../image/bg_green.jpeg");
  color: #FCFCFA;
  text-shadow: 0px 0px 5px #517b3a;
}
.btn-success:hover,
.btn-success:focus {
  text-shadow: 0px 0px 5px #3a5929;
}
.btn-success:active,
.btn-success.active {
  background-color: #689e4a;
}
.btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled] {
  color: #3a5929;
  text-shadow: 0px 0px 5px #FCFCFA;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5094d9 0%, #2a75c2 100%);
  background-image: -o-linear-gradient(top, #5094d9 0%, #2a75c2 100%);
  background-image: linear-gradient(to bottom, #5094d9 0%, #2a75c2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5094d9', endColorstr='#ff2a75c2', GradientType=0);
  background-image: url("../image/bg_blue.jpeg");
  color: #FCFCFA;
  text-shadow: 0px 0px 5px #2c7aca;
}
.btn-info:hover,
.btn-info:focus {
  text-shadow: 0px 0px 5px #2361a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #5094d9;
}
.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled] {
  color: #2361a0;
  text-shadow: 0px 0px 5px #FCFCFA;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #dbae30 0%, #af891e 100%);
  background-image: -o-linear-gradient(top, #dbae30 0%, #af891e 100%);
  background-image: linear-gradient(to bottom, #dbae30 0%, #af891e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbae30', endColorstr='#ffaf891e', GradientType=0);
  background-image: url("../image/bg_yellow.jpeg");
  color: #FCFCFA;
  text-shadow: 0px 0px 5px #b89020;
}
.btn-warning:hover,
.btn-warning:focus {
  text-shadow: 0px 0px 5px #8d6e18;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #dbae30;
}
.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
  color: #8d6e18;
  text-shadow: 0px 0px 5px #FCFCFA;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #e64661 0%, #d21c3b 100%);
  background-image: -o-linear-gradient(top, #e64661 0%, #d21c3b 100%);
  background-image: linear-gradient(to bottom, #e64661 0%, #d21c3b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe64661', endColorstr='#ffd21c3b', GradientType=0);
  background-image: url("../image/bg_red.jpeg");
  color: #FCFCFA;
  text-shadow: 0px 0px 5px #db1e3e;
}
.btn-danger:hover,
.btn-danger:focus {
  text-shadow: 0px 0px 5px #ae1831;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #e64661;
}
.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger[disabled] {
  color: #ae1831;
  text-shadow: 0px 0px 5px #FCFCFA;
}
.btn-default:hover,
:focus {
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0;
}
/* nav
----------------------------*/
.navbar-default {
  border-width: 2px;
  border-image: url(../image/bg_input.png) 2 2 2 2 repeat;
}
.navbar.affix {
  border-width: 0 0 2px 0;
}
.navbar-brand {
  font-family: Prata, "Bodoni MT", Didot, "Didot LT STD", "Book Antiqua", Georgia, serif;
}
.navbar-inverse {
  background-image: url(../image/bg_nav.jpeg);
  border: 4px solid transparent;
  border-image: url(../image/btn_border.png) 8 8 8 8 repeat;
}
.navbar .nav > LI > A,
.navbar .nav > li a {
  background-image: none;
  border-image: none;
  border-right: 2px solid rgba(66, 73, 77, 0.2);
}
.navbar .nav > LI > A:hover,
.navbar .nav > li a:hover {
  background-color: rgba(104, 158, 74, 0.2);
}
.navbar-inverse .nav > LI > A {
  border-right: 2px solid #FCFCFA;
}
.navbar-inverse .form-control {
  border-color: #99948E;
}
.navbar-right li:last-child a {
  border: 0;
}
/* dropdowns
----------------------------*/
.dropdown-menu > LI > A {
  padding: 5px 20px;
  border-bottom: 2px solid #E6E1DC;
}
.dropdown-menu .divider {
  height: 2px;
  margin: 0 0 5px 0;
}
/*-------------------------------------
	Navs
---------------------------------------*/
.nav a {
  border-image: url(../image/btn_border.png) 4 4 4 4 repeat;
  border-width: 2px;
}
.nav a:hover {
  background-image: url(../image/texture_paper.jpeg);
}
.nav .active > a {
  background: #28a6bb url(../image/bg_teal.jpeg);
}
/* tabs
----------------------------*/
.nav-tabs {
  background-color: #CCC7C2;
  border-radius: 3px 3px 0 0;
  border-width: 4px 4px 0 4px;
  background-image: url(../image/bg_beige.jpeg);
  border-image: url(../image/btn_border.png) 4 4 0 4 repeat;
}
.nav-tabs > LI {
  margin-bottom: 0;
  padding: 0 3px;
}
.nav-tabs > LI > A {
  color: #1c3857;
  border: 0;
}
.nav-tabs > LI > A:hover,
.nav-tabs > LI > A:focus {
  text-decoration: none;
  background-color: rgba(40, 166, 187, 0.8);
  background: url(../image/bg_teal.jpeg);
  border: 0;
  color: #FCFCFA;
}
.nav-tabs > LI.active > A,
.nav-tabs > LI.active > A:hover,
.nav-tabs > LI.active > A:focus {
  color: #28a6bb;
  background-color: #fff ;
  background-image: none;
  border: 0;
}
.tab-pane {
  background-color: #fff;
}
.tab-content > .tab-pane {
  border-image: url(../image/btn_border.png) 0 4 4 4 repeat;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 0 0 3px 3px;
}
/* Breadcrumbs
----------------------------*/
.breadcrumb {
  border-image: url(../image/btn_border.png) 4 4 4 4 repeat;
  border-width: 2px;
  background: #e0ddce url(../image/texture_bg.jpeg);
}
/* pagination
----------------------------*/
.pagination > LI > A,
.pagination > LI > SPAN {
  padding: .5em 1em;
  margin: 0 3px;
  border-width: 2px;
  border-image: url(../image/bg_input.png) 2 2 2 2 repeat;
}
.pagination > LI > A:hover,
.pagination > LI > SPAN:hover {
  background: #e0ddce url(../image/texture_bg.jpeg);
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  font-size: 20px;
}
.pagination li.active a {
  background: #28a6bb url(../image/bg_teal.jpeg);
}
/* Pager
----------------------------*/
.pager li a {
  border-width: 2px;
  border-image: url(../image/bg_input.png) 2 2 2 2 repeat;
}
.pager li a:hover {
  background: #e0ddce url(../image/texture_bg.jpeg);
}
/* labels
----------------------------*/
.label {
  background-color: transparent;
  background-image: -webkit-radial-gradient(circle, rgba(128, 123, 117, 0.6), #807B75);
  background-image: radial-gradient(circle, rgba(128, 123, 117, 0.6), #807B75);
  background-repeat: no-repeat;
}
.label-info {
  background-image: -webkit-radial-gradient(circle, rgba(80, 148, 217, 0.6), #5094d9);
  background-image: radial-gradient(circle, rgba(80, 148, 217, 0.6), #5094d9);
  background-repeat: no-repeat;
}
.label-primary {
  background-image: -webkit-radial-gradient(circle, rgba(40, 166, 187, 0.6), #28a6bb);
  background-image: radial-gradient(circle, rgba(40, 166, 187, 0.6), #28a6bb);
  background-repeat: no-repeat;
}
.label-danger {
  background-image: -webkit-radial-gradient(circle, rgba(230, 70, 97, 0.6), #e64661);
  background-image: radial-gradient(circle, rgba(230, 70, 97, 0.6), #e64661);
  background-repeat: no-repeat;
}
.label-warning {
  background-image: -webkit-radial-gradient(circle, rgba(219, 174, 48, 0.6), #dbae30);
  background-image: radial-gradient(circle, rgba(219, 174, 48, 0.6), #dbae30);
  background-repeat: no-repeat;
}
.label-success {
  background-image: -webkit-radial-gradient(circle, rgba(104, 158, 74, 0.6), #689e4a);
  background-image: radial-gradient(circle, rgba(104, 158, 74, 0.6), #689e4a);
  background-repeat: no-repeat;
}
/* Badge
----------------------------*/
.badge {
  background-color: transparent;
  background-image: -webkit-radial-gradient(circle, rgba(128, 123, 117, 0.5), #807B75);
  background-image: radial-gradient(circle, rgba(128, 123, 117, 0.5), #807B75);
  background-repeat: no-repeat;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  background-color: #FCFCFA;
  background-image: none;
}
/* Progress bars
----------------------------*/
.progress {
  background: #e0ddce url(../image/texture_paper.jpeg);
}
.progress-bar {
  background: #28a6bb url(../image/bg_teal.jpeg);
}
.progress-bar.progress-bar-info {
  background: #5094d9 url(../image/bg_blue.jpeg);
}
.progress-bar.progress-bar-danger {
  background: #e64661 url(../image/bg_red.jpeg);
}
.progress-bar.progress-bar-warning {
  background: #dbae30 url(../image/bg_yellow.jpeg);
}
.progress-bar.progress-bar-success {
  background: #dbae30 url(../image/bg_green.jpeg);
}
/* list groups
----------------------------*/
.list-group {
  border-width: 2px;
  border-image: url(../image/btn_border.png) 0 4 4 4 repeat;
  background-color: #fff;
}
.list-group-item {
  border-width: 0 0 2px;
  border-image: url(../image/line.png) 1 2 1 2 repeat;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.list-group-item:last-child {
  border-bottom: 0;
}
A.list-group-item.active .list-group-item-text,
A.list-group-item.active:hover .list-group-item-text,
A.list-group-item.active:focus .list-group-item-text {
  color: #807B75;
}
A.list-group-item:hover,
A.list-group-item:focus {
  color: #28a6bb;
  background: #e0ddce url(../image/texture_bg.jpeg);
}
.list-group-item.active {
  background: #28a6bb url(../image/bg_teal.jpeg);
}
/* Panels
----------------------------*/
.panel {
  -webkit-box-shadow: none ;
  box-shadow: none;
  border-width: 2px;
  border-color: transparent;
  border-image: url(../image/btn_border.png) 0 4 4 4 repeat;
}
.panel-heading {
  background-image: url(../image/texture_bg.jpeg);
  border-width: 0 0 1px;
  border-image: url(../image/line.png) 1 2 1 2 repeat;
}
.panel-success .panel-heading {
  background-image: url(../image/texture_success.jpeg);
}
.panel-primary .panel-heading {
  background-image: url(../image/bg_teal.jpeg);
}
.panel-danger .panel-heading {
  background-image: url(../image/texture_danger.jpeg);
}
.panel-warning .panel-heading {
  background-image: url(../image/texture_warning.jpeg);
}
.panel-info .panel-heading {
  background-image: url(../image/texture_info.jpeg);
}
.panel-footer {
  border: 0 ;
}
.panel-title {
  font-weight: bold;
}
/* ! Alerts
----------------------------*/
.alert-success {
  background-image: url(../image/texture_success.jpeg);
}
.alert-danger {
  background-image: url(../image/texture_danger.jpeg);
}
.alert-warning {
  background-image: url(../image/texture_warning.jpeg);
}
.alert-info {
  background-image: url(../image/texture_info.jpeg);
}
/* forms
----------------------------*/
.form-control {
  border-width: 2px;
  border-color: #28a6bb;
  border-image: url(../image/bg_input.png) 2 2 2 2 repeat;
}
.has-error .form-control {
  border-image: url(../image/bg_input_error.png) 2 2 2 2 repeat;
}
.has-warning .form-control {
  border-image: url(../image/bg_input_warning.png) 2 2 2 2 repeat;
}
.has-success .form-control {
  border-image: url(../image/bg_input_success.png) 2 2 2 2 repeat;
}
.input-group-addon {
  color: #fff;
  border-width: 2px;
  background-image: url(../image/bg_beige.jpeg);
}
.input-group .btn {
  padding: .35em .5em;
}
select:-internal-list-box option:checked {
  background-color: #28a6bb;
}
/* ! Well
----------------------------*/
.well {
  box-shadow: none;
  background-image: url(../image/texture_bg.jpeg);
  border-image: url(../image/btn_border.png) 4 4 4 4 repeat;
  border-width: 12px;
}
/* Tables
----------------------------*/
.table TD,
.table TH {
  border-right: 1px solid #FCFCFA;
}
.table > THEAD > TR > TH {
  background-color: #E6E1DC;
  font-weight: normal;
  font-size: .8em;
  text-transform: uppercase;
  padding-top: 10px;
  color: #66625D;
}
tr.info td,
tr.info th {
  background-image: url(../image/texture_info.jpeg);
}
tr.success td,
tr.success th {
  background-image: url(../image/texture_success.jpeg);
}
tr.danger td,
tr.danger th {
  background-image: url(../image/texture_danger.jpeg);
}
tr.warning td,
tr.warning th {
  background-image: url(../image/texture_warning.jpeg);
}
tr.active td,
tr.active th {
  background-image: url(../image/texture_bg.jpeg);
}
thead th {
  background-image: url(../image/texture_paper.jpeg);
  border-width: 4px 2px 0 2px;
  border-image: url(../image/btn_border.png) 10 10 10 10 repeat;
}
/* ! Modal
----------------------------*/
.modal-content {
  -webkit-box-shadow: 1px 2px 0px rgba(51, 48, 45, 0.1);
  box-shadow: 1px 2px 0px rgba(51, 48, 45, 0.1);
}
/* ! Popover content
----------------------------*/
.popover {
  -webkit-box-shadow: 1px 2px 0px rgba(51, 48, 45, 0.1);
  box-shadow: 1px 2px 0px rgba(51, 48, 45, 0.1);
}
/* ! Dropdowns
----------------------------*/
.dropdown-menu {
  -webkit-box-shadow: 1px 2px 0px rgba(51, 48, 45, 0.1);
  box-shadow: 1px 2px 0px rgba(51, 48, 45, 0.1);
}
.dropdown-menu > LI:last-child > A {
  border-bottom: 0;
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border-width: 2px;
  border-image: url(../image/bg_input.png) 2 2 2 2 repeat;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #4D4945;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: 'Entypo';
  content: "\e08c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: " ";
  width: 10px;
  height: 3px;
  background-color: #4D4945;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #f2f0e9;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 20%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-image: -webkit-radial-gradient(circle, rgba(40, 166, 187, 0.3), #28a6bb);
  background-image: radial-gradient(circle, rgba(40, 166, 187, 0.3), #28a6bb);
  background-repeat: no-repeat;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-image: -webkit-radial-gradient(circle, rgba(230, 70, 97, 0.3), #e64661);
  background-image: radial-gradient(circle, rgba(230, 70, 97, 0.3), #e64661);
  background-repeat: no-repeat;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-image: -webkit-radial-gradient(circle, rgba(80, 148, 217, 0.3), #5094d9);
  background-image: radial-gradient(circle, rgba(80, 148, 217, 0.3), #5094d9);
  background-repeat: no-repeat;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-image: -webkit-radial-gradient(circle, rgba(219, 174, 48, 0.3), #dbae30);
  background-image: radial-gradient(circle, rgba(219, 174, 48, 0.3), #dbae30);
  background-repeat: no-repeat;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-image: -webkit-radial-gradient(circle, rgba(104, 158, 74, 0.3), #689e4a);
  background-image: radial-gradient(circle, rgba(104, 158, 74, 0.3), #689e4a);
  background-repeat: no-repeat;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-image: -webkit-radial-gradient(circle, rgba(40, 166, 187, 0.3), #28a6bb);
  background-image: radial-gradient(circle, rgba(40, 166, 187, 0.3), #28a6bb);
  background-repeat: no-repeat;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-image: -webkit-radial-gradient(circle, rgba(230, 70, 97, 0.3), #e64661);
  background-image: radial-gradient(circle, rgba(230, 70, 97, 0.3), #e64661);
  background-repeat: no-repeat;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-image: -webkit-radial-gradient(circle, rgba(80, 148, 217, 0.3), #5094d9);
  background-image: radial-gradient(circle, rgba(80, 148, 217, 0.3), #5094d9);
  background-repeat: no-repeat;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-image: -webkit-radial-gradient(circle, rgba(219, 174, 48, 0.3), #dbae30);
  background-image: radial-gradient(circle, rgba(219, 174, 48, 0.3), #dbae30);
  background-repeat: no-repeat;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-image: -webkit-radial-gradient(circle, rgba(104, 158, 74, 0.3), #689e4a);
  background-image: radial-gradient(circle, rgba(104, 158, 74, 0.3), #689e4a);
  background-repeat: no-repeat;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 2px solid #737b80;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #4D4945;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
  background-image: -webkit-radial-gradient(circle, #6acedf, #28a6bb);
  background-image: radial-gradient(circle, #6acedf, #28a6bb);
  background-repeat: no-repeat;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #28a6bb;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-image: -webkit-radial-gradient(circle, #6acedf, #28a6bb);
  background-image: radial-gradient(circle, #6acedf, #28a6bb);
  background-repeat: no-repeat;
}
.radio-danger input[type="radio"] + label::after {
  background-image: -webkit-radial-gradient(circle, #f2a0ae, #e64661);
  background-image: radial-gradient(circle, #f2a0ae, #e64661);
  background-repeat: no-repeat;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #e64661;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-image: -webkit-radial-gradient(circle, #f2a0ae, #e64661);
  background-image: radial-gradient(circle, #f2a0ae, #e64661);
  background-repeat: no-repeat;
}
.radio-info input[type="radio"] + label::after {
  background-image: -webkit-radial-gradient(circle, #a4c7eb, #5094d9);
  background-image: radial-gradient(circle, #a4c7eb, #5094d9);
  background-repeat: no-repeat;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5094d9;
}
.radio-info input[type="radio"]:checked + label::after {
  background-image: -webkit-radial-gradient(circle, #a4c7eb, #5094d9);
  background-image: radial-gradient(circle, #a4c7eb, #5094d9);
  background-repeat: no-repeat;
}
.radio-warning input[type="radio"] + label::after {
  background-image: -webkit-radial-gradient(circle, #ead087, #dbae30);
  background-image: radial-gradient(circle, #ead087, #dbae30);
  background-repeat: no-repeat;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #dbae30;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-image: -webkit-radial-gradient(circle, #ead087, #dbae30);
  background-image: radial-gradient(circle, #ead087, #dbae30);
  background-repeat: no-repeat;
}
.radio-success input[type="radio"] + label::after {
  background-image: -webkit-radial-gradient(circle, #9ec787, #689e4a);
  background-image: radial-gradient(circle, #9ec787, #689e4a);
  background-repeat: no-repeat;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #689e4a;
}
.radio-success input[type="radio"]:checked + label::after {
  background-image: -webkit-radial-gradient(circle, #9ec787, #689e4a);
  background-image: radial-gradient(circle, #9ec787, #689e4a);
  background-repeat: no-repeat;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'Entypo';
  content: "\e08c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}
/* ! Switches
----------------------------*/
/*
 * CSS TOGGLE SWITCHES
 * Unlicense
 *
 * Ionuț Colceriu - ghinda.net
 * https://github.com/ghinda/css-toggle-switch
*/
.switch-toggle a,
.switch-light span span {
  display: none;
}
@media only screen {
  .switch-toggle {
    display: block;
    background-color: #fff;
    height: 30px;
    border: 2px solid #737b80;
    border-image: url(../image/bg_input.png) 2 2 2 2 repeat;
    border-width: 2px;
    box-shadow: inset 0 0 10px rgba(77, 73, 69, 0.2);
    border-radius: 2px;
    /* Outline the toggles when the inputs are focused */
    position: relative;
    /* For callout panels in foundation*/
    padding: 0 !important;
    /* Generate styles for the multiple states */
  }
  .switch-toggle * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .switch-toggle a {
    display: block;
    box-shadow: 4px 0px 2px rgba(77, 73, 69, 0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .switch-toggle label,
  .switch-toggle > span {
    line-height: 1.5;
    vertical-align: middle;
  }
  .switch-toggle input {
    position: absolute;
    opacity: 0;
  }
  .switch-toggle input + label {
    position: relative;
    top: static;
    right: static;
    left: static;
    display: inherit;
    width: 50%;
    z-index: 2;
    float: left;
    height: 100%;
    margin: 0;
    color: #66625D;
    text-align: center;
  }
  .switch-toggle a {
    position: absolute;
    top: 0;
    right: static;
    left: 0;
    display: inherit;
    width: 50%;
    z-index: 1;
    padding: 0;
    height: 100%;
  }
  .switch-toggle input:last-of-type:checked ~ a {
    left: 50%;
  }
  .switch-toggle.switch-3 label,
  .switch-toggle.switch-3 a {
    width: 33.33333%;
  }
  .switch-toggle.switch-3 input:checked:nth-of-type(2) ~ a {
    left: 33.33333%;
  }
  .switch-toggle.switch-3 input:checked:last-of-type ~ a {
    left: 66.66667%;
  }
  .switch-toggle.switch-4 label,
  .switch-toggle.switch-4 a {
    width: 25%;
  }
  .switch-toggle.switch-4 input:checked:nth-of-type(2) ~ a {
    left: 25%;
  }
  .switch-toggle.switch-4 input:checked:nth-of-type(3) ~ a {
    left: 50%;
  }
  .switch-toggle.switch-4 input:checked:last-of-type ~ a {
    left: 75%;
  }
  .switch-toggle.switch-5 label,
  .switch-toggle.switch-5 a {
    width: 20%;
  }
  .switch-toggle.switch-5 input:checked:nth-of-type(2) ~ a {
    left: 20%;
  }
  .switch-toggle.switch-5 input:checked:nth-of-type(3) ~ a {
    left: 40%;
  }
  .switch-toggle.switch-5 input:checked:nth-of-type(4) ~ a {
    left: 60%;
  }
  .switch-toggle.switch-5 input:checked:last-of-type ~ a {
    left: 80%;
  }
}
/* Bugfix for older Webkit, including mobile Webkit. Adapted from
 * http://css-tricks.com/webkit-sibling-bug/
 */
@media only screen and (-webkit-max-device-pixel-ratio: 2) and (max-device-width: 1280px) {
  .switch-light,
  .switch-toggle {
    -webkit-animation: webkitSiblingBugfix infinite 1s;
  }
}
@-webkit-keyframes webkitSiblingBugfix {
  from {
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
/* ! Range slider
    ----------------------------*/
input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  background: #CCC7C2;
  border-radius: 3px;
  border: 0 solid transparent;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  border: 2px solid #28a6bb;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: #75c7d3;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #d8d4d0;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  background: #CCC7C2;
  border-radius: 3px;
  border: 0 solid transparent;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  border: 2px solid #28a6bb;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: #75c7d3;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 20px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #c0bab4;
  border: 0 solid transparent;
  border-radius: 6px;
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-fill-upper {
  background: #CCC7C2;
  border: 0 solid transparent;
  border-radius: 6px;
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px transparent, 0px 0px 0px rgba(13, 13, 13, 0);
  border: 2px solid #28a6bb;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: #75c7d3;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #CCC7C2;
}
input[type=range]:focus::-ms-fill-upper {
  background: #d8d4d0;
}
/* ! Carousel
----------------------------*/
.carousel-control .icon-prev,
.carousel-control .icon-next {
  font-family: Entypo;
  text-shadow: none;
}
.carousel-control .icon-prev:before,
.carousel-control .icon-next:before {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
.carousel-control .icon-prev {
  left: 10px;
}
.carousel-control .icon-prev:before {
  content: "\e08e";
}
.carousel-control .icon-next {
  right: 30px;
}
.carousel-control .icon-next:before {
  content: "\e08f";
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(128, 123, 117, 0.5) 0%, rgba(128, 123, 117, 0.01) 100%);
  background-image: -o-linear-gradient(left, rgba(128, 123, 117, 0.5) 0%, rgba(128, 123, 117, 0.01) 100%);
  background-image: linear-gradient(to right, rgba(128, 123, 117, 0.5) 0%, rgba(128, 123, 117, 0.01) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80807b75', endColorstr='#03807b75', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(128, 123, 117, 0.01) 0%, rgba(128, 123, 117, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(128, 123, 117, 0.01) 0%, rgba(128, 123, 117, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(128, 123, 117, 0.01) 0%, rgba(128, 123, 117, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03807b75', endColorstr='#80807b75', GradientType=1);
}
.carousel .btn {
  border: none;
}
/* ! Thumbnails
----------------------------*/
.thumbnail {
  border-width: 2px;
  border-image: url(../image/btn_border.png) 4 4 4 4 repeat;
}
.thumbnail img {
  border-radius: 2px;
}
.img-thumbnail {
  border-width: 2px;
  border-image: url(../image/btn_border.png) 4 4 4 4 repeat;
}
/* Jumbotron
----------------------------*/
.jumbotron {
  background-image: url(../image/jumbotron.jpeg);
  border-width: 2px !important;
  border-image: url(../image/btn_border.png) 4 4 4 4 repeat;
  color: #FCFCFA;
  text-shadow: 1px 1px 2px rgba(13, 54, 61, 0.45);
}
.jumbotron .btn {
  border: none;
  box-shadow: 0 0 4px rgba(22, 91, 103, 0.45);
}
.navbar + .jumbotron {
  margin-top: -22px;
}
.jumbotron a {
  color: #f9f2de;
}
.jumbotron a:hover {
  color: #f2e1b2;
}
/*-------------------------------------
	Misc
---------------------------------------*/
.watery {
  opacity: .6;
}
.watery:hover {
  opacity: .8;
}
.watercolored,
.watercolored .ic {
  color: #75c7d3;
  background: -moz-linear-gradient(to bottom left, #75c7d3, #b5d778 105%);
  background: -webkit-linear-gradient(to bottom left, #75c7d3, #b5d778 105%);
  background: -webkit-gradient(linear, 0 50%, 0 100%, from(#75c7d3), to(#b5d778));
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.watercolored-blue,
.watercolored-blue .ic {
  color: #c396d1;
  background: -webkit-linear-gradient(to bottom left, #c396d1, #176990 105%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#c396d1), to(#176990));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer {
  margin-top: 4em;
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #28a6bb;
  text-align: center;
  background-image: url(../image/jumbotron.jpeg);
  background-position: bottom right;
  border-width: 2px 0 0 0 !important;
  border-image: url(../image/btn_border.png) 4 4 4 4 repeat;
  color: #FCFCFA;
  text-shadow: 1px 1px 2px rgba(13, 54, 61, 0.4);
}
footer a {
  color: #cbe39f;
}
.nav > li .count {
  position: absolute;
  top: 10%;
  right: 25%;
  font-size: 10px;
  font-weight: normal;
  background: #689e4a;
  color: #ffffff;
  line-height: 1em;
  padding: 2px 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.img-portfolio {
  margin-bottom: 1em;
}
/*# sourceMappingURL=theme.css.map */